.askexpert {
    overflow: hidden;
}

#haru-sp_circle #haru-sp_circle .talk-sales {
    position: fixed;
    top: 211px;
    right: -3px;
    z-index: 9999;
    padding: 10px 15px 10px 15px;
    color: #0575E6;
    font-size: 18px;
    font-weight: 600;
    line-height: 100%;
    text-rendering: optimizeLegibility;
    background: #ffffff;
    border: none;
    border-radius: 4px 4px 0 0;
    -webkit-box-shadow: 0px 2px 12px rgba(12, 23, 36, 0.12);
    -moz-box-shadow: 0px 2px 12px rgba(12, 23, 36, 0.12);
    box-shadow: 0px 2px 12px rgba(12, 23, 36, 0.12);
    -webkit-transform: rotate(-90deg);
    -webkit-transform-origin: bottom right;
    -moz-transform: rotate(-90deg);
    -moz-transform-origin: bottom right;
    -ms-transform: rotate(-90deg);
    -ms-transform-origin: bottom right;
    -o-transform: rotate(-90deg);
    -o-transform-origin: bottom right;
    transform-origin: bottom right;
    transform: rotate(-90deg);
    opacity: 0;
    transition: ease-in-out 0.3s;
}

#haru-sp_circle #haru-sp_circle .talk-sales:hover {
    text-decoration: none;
    right: -1px;
    color: #0575E6;
}

#haru-sp_circle #haru-sp_circle .talk-sales.scrolled {
    opacity: 1;
    transition: ease-in-out 0.3s;
}


/* for on-scroll show hide effect */


/*.sidetab-ask {
      opacity:0;
      transition:  ease-in-out 0.3s;
  }*/


/*.sidetab-ask-scroll {
      opacity:1;
      transition:  ease-in-out 0.3s;
  }*/

.help .haru-sp_circle-h3 {
    margin: 46px 0 15px;
    padding-bottom: 0;
    color: #2d2d2d;
}

@media (min-width: 991px) {
    #haru-sp_circle .help .haru-sp_circle-h3 {
        margin-top: 56px;
    }
}